Welcome![Sign In][Sign Up]
Location:
Search - jpg matlab code

Search list

[Picture Viewerbmp2jpg

Description: bmp转换为jpeg的源代码,纯c的代码-bmp jpeg conversion of the source code, code-c
Platform: | Size: 13312 | Author: 吴俊敏 | Hits:

[Picture Viewerold_common

Description: matlab 颜色传输 源代码 将src.jpg的颜色传输到tag.jpg-matlab color transmission src.jpg source code will be transmitted to the color tag.jpg
Platform: | Size: 2048 | Author: 陈皓 | Hits:

[AI-NN-PRostub

Description: 基于遗传算法的最大类间方差法对JPG格式图像分割的程序源代码-Based on Genetic Algorithm Otsu method JPG format image segmentation source code
Platform: | Size: 1024 | Author: ddr | Hits:

[Compress-Decompress algrithmsjpg

Description: jpeg压缩matlab源代码。由均匀量化和huffman编码组成,简洁易懂-jpeg compression matlab source code. By the uniform quantization and huffman coding components, concise and understandable
Platform: | Size: 29696 | Author: wuzhikai | Hits:

[matlabjpg.pdf

Description: matlab jpeg压缩代码文档。包括一些基本jpeg知识和常见开发问题-matlab jpeg compression code document. Jpeg, including some of the basic knowledge and common development
Platform: | Size: 57344 | Author: wuzhikai | Hits:

[Communication-MobileUWB_Image_Tx_Matlab_Code

Description: This source code simulates UWB based wireless Communication system which transmits color image over wireless medium. Modulation type: Pulse position modulation Pulse: second derivative of a Gaussian pulse Channel: AWGN Image: lib.jpg-This source code simulates UWB based wireless Communication system which transmits color image over wireless medium. Modulation type: Pulse position modulation Pulse: second derivative of a Gaussian pulse Channel: AWGN Image: lib.jpg
Platform: | Size: 83968 | Author: | Hits:

[OtherHDR

Description: HDR papers, matlab code-standford paper/implementation for hdr
Platform: | Size: 5148672 | Author: chen t | Hits:

[Graph RecognizeVisualCMATLABimageprocessingandrecognitionofpracti

Description: 内含《Visual C++ MATLAB图像处理与识别实用案例精选》pdg格式(用超星阅读器软件打开)的教材内容和用matlab编写源码,以及一些数字、字母等待识别的图片。非扫描格式,文字可以进行复制、粘贴操作。 内含一下几种格式文件:*.jpg、*.m、*.cpp、*.h等-Includes " Visual C++ MATLAB image processing and recognition of practical cases selected" pdg format (with Superstar Reader software to open) the teaching materials and the preparation of source code with matlab, and some numbers, letters, pictures awaiting identification. Non-scan format, text can be copy, paste operations. Contains about several format:*. jpg,*. m,*. cpp,*. h, etc.
Platform: | Size: 14315520 | Author: rengt | Hits:

[matlabMatlab_gps_pingcha

Description: matlab编程完成一GPS网的平差计算。起算数据见文件“起算数据.TXT”;GPS网略图见“网图.jpg”;基线向量观测值和方差见“基线.bas”。根据已知起算数据和观测值建立数学模型并进行最小二乘平差计算和精度评定。代码和计算结果在实习报告中也已详细列出。-matlab program to complete a GPS network adjustment calculation. Initial data the document entitled " Initial Data. TXT" GPS network sketch map, see " Map. Jpg" baseline vector and the variance of observations, see the " baseline. Bas" . According to initial data and observations of known mathematical model and the least squares calculation and accuracy evaluation. Code and report the results in practice have also been detailed.
Platform: | Size: 410624 | Author: 豆豆 | Hits:

[matlabGabor

Description: 人脸检测的程序,效果不错!内附用法说明,调用一张图片,将现实出人脸的边缘。-code for facedetection,the performance is nice! usage: I=double(imread c:\Data\girl1.jpg )) detect_face(I) The function will display the bounding box if a face is found.
Platform: | Size: 17408 | Author: 王阳丽 | Hits:

[Special Effectsfdp5finalMatlab.tar

Description: 这是一个使用了Gabor特征提取和人工智能的人脸检测系统源代码 使用步骤: 1. 拷贝所有文件到MATLAB工作目录下(确认已经安装了图像处理工具箱和人工智能工具箱) 2. 找到"main.m"文件 3. 命令行中运行它 4. 点击"Train Network",等待程序训练好样本 5. 点击"Test on Photos",选择一个.jpg图片,识别。 6. 等待程序检测出人脸区域 createffnn.m, drawrec.m, gabor.m, im2vec.m, imscan.m, loadimages.m, main.m, template1.png, template2.png, trainnet.m-This is a use of the Gabor feature extraction and artificial intelligence source code of face detection system using the steps: 1. Copy all files to the MATLAB working directory (sure you have installed the Image Processing Toolbox, and artificial intelligence toolbox) 2. Found " main.m " file 3. the command line, run it 4. Click the" Train Network " , waiting for a good sample of the training program 5. Click the" Test on Photos " , select a. jpg image recognition. 6. Wait for the program detects the face region createffnn.m, drawrec.m, gabor.m, im2vec.m, imscan.m, loadimages.m, main.m, template1.png, template2.png, trainnet.m
Platform: | Size: 140288 | Author: 郑碧波 | Hits:

[Special Effectsgaborfilter.tar

Description: Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6,pi/2,3pi/4 then for any input image like(eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on ( cameraman.tif )(in MATLAB pictures) I = imread( cameraman.tif ) [G,gabout] = gaborfilter1(I,2,4,16,pi/3) figure,imshow(uint8(gabout)) -Gabor filters are often used for shape detection and feature extraction, such as the enhanced fingerprint image. Matlab implementation of the code is a two-dimensional Gabor filter. Use the following code: function [G, gabout] = gaborfilter1 (I, Sx, Sy, f, theta) from ' gaborfilter1' with different f (Frequency) and theta (Angle). For example f: 0,2,4, 8,16,32 theta = 0, pi/3, pi/6, pi/2,3 pi/4 then for any input image like (eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on (' cameraman.tif' ) (in MATLAB pictures) I = imread (' cameraman.tif' ) [G, gabout] = gaborfilter1 (I, 2,4,16, pi/3) figure, imshow (uint8 (gabout))
Platform: | Size: 1024 | Author: 郑碧波 | Hits:

[matlabcars

Description: MATLAB车牌识别系统设计。包括源代码和设计文档。-MATLAB license plate recognition system. Including the source code and design documentation.
Platform: | Size: 1228800 | Author: dstmath | Hits:

[matlabimagemorphing

Description: 自己做的imagemorphing的matlab代码~简单的拿boy.jpg和girl.jpg进行实现-Own imagemorphing matlab code ~ simple to take boy.jpg and girl.jpg achieve
Platform: | Size: 25600 | Author: 如梦 | Hits:

[Screen savereye-detection-program-in-matlab

Description: after i run the code, it shows the picture k001.jpg, but it shows nothing about face detection or eyetracking, then i double-click the picture, the command window shows "Please Crop The Right Eye Template" , some body please tell me how to test this code, whether i miss the inputs of function "eyematch2"-- templates for left and right eyes, and how to get these templates, my email-address is ykaitao_best@126.com, i am very appreciate if someone can help me.
Platform: | Size: 18432 | Author: umer javaid | Hits:

[matlabjpeg-et-jepg-2000-code-avec-matlab

Description: projet for jpg & jpg2000 with matlab code
Platform: | Size: 306176 | Author: bellaredj | Hits:

[Special EffectsimQuery

Description: 基于HSV 颜色空间的图像检索matlab代码,已经训练好了,可直接运行,效果不错,运行时在命令窗口输入searchImageHist( redflower.jpg , model1Hist , 4) 第一个代表要检索的图像,第三栏代表检索出的图片数-HSV color space based image retri matlab code has been training well, can be directly run, well, run in the command window, type searchImageHist (' redflower.jpg' , ' model1Hist' , 4) first representative to be retrieved image, the third column represents the number of pictures retrieved
Platform: | Size: 23502848 | Author: 彭雨菲 | Hits:

[Special EffectshistgMatch

Description: 直方图拉伸算法,matlab代码。处理各种位图图像,包括bmp,jpg,tiff,png等等。具体算法为将目标图像的直方图特征进行变换,使其接近参考图像的直方图特征,已达到调整目标图像显示效果接近参考图像的目的-This is a matlab code for histogram matching algorithm, dealing with most kinds of bit maps, like bmp, jpg, tiff, png etc. Specifically, this function changes the histogram of the target image to the features of the histogram of the reference image. The purpose is to change the histogram to make it similar to the reference image.
Platform: | Size: 1024 | Author: 文帅 | Hits:

[matlabmatlab_builder_c0kky8

Description: 这是一个课程设计的MATLAB代码,他是一个利用尺度法和测度法快速计算一般分形图形分形维数的程序,只能处理png格式和jpg的分形图形,运行效率高。 -This is a course designed MATLAB code, he is a use of scales and measurement method for rapid calculation of general fractal graphics fractal dimension of the program, can only handle bmp format and jpg fractal graphics, high operating efficiency.
Platform: | Size: 5120 | Author: vphawp | Hits:

[Graph programGIF_PRODUCE

Description: 将很多图片链接为GIF动画,matlab代码以及例子。(Many pictures are linked to GIF animation, matlab code, and examples.)
Platform: | Size: 6378496 | Author: 浅雨如痕 | Hits:
« 12 »

CodeBus www.codebus.net